Package | Description |
---|---|
unipi.bpm.elm.santeramo.controller |
Modifier and Type | Field and Description |
---|---|
private EventLogManagerController |
InfoManager.elmController
The
EventLogManagerController element
that represents the Controller of the application
and that is the one that uses this editor manager. |
private EventLogManagerController |
EditorManager.elmController
The
EventLogManagerController element
that represents the Controller of the application
and that is the one that uses this editor manager. |
private EventLogManagerController |
AnalysisManager.elmController
The
EventLogManagerController element
that represents the Controller of the application
and that is the one that uses this analysis manager. |
Constructor and Description |
---|
AnalysisManager(EventLogManagerController elmController)
Constructs a new
AnalysisManager , with the EventLogManagerController
passed as parameter associated to it. |
EditorManager(EventLogManagerController elmController)
Constructs a new
EditorManager , with the EventLogManagerController
passed as parameter associated to it. |
InfoManager(EventLogManagerController elmController)
Constructs a new
InfoManager , with the EventLogManagerController
passed as parameter associated to it. |